org.eclipse.vtp.framework.interactions.core.platforms
Interface IRenderingQueue

All Known Implementing Classes:
DeploymentExecution

public interface IRenderingQueue

IRenderingQueue.

Author:
Lonnie Pryor

Method Summary
 boolean isEmpty()
           
 ConversationCommand next()
           
 ConversationCommand peek()
           
 

Method Detail

isEmpty

boolean isEmpty()

peek

ConversationCommand peek()

next

ConversationCommand next()